Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox doesn't support createPattern() values repeat-{x,y} with fill() #25695

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jan 17, 2025

Summary

Firefox doesn't support createPattern() values repeat-{x,y} with fill().

Test results and supporting details

See: https://bugzilla.mozilla.org/show_bug.cgi?id=468358#c10

Related issues

Fixes #16460.

@caugner caugner requested a review from Elchi3 January 17, 2025 15:21
@github-actions github-actions bot added data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:xs [PR only] 0-6 LoC changed labels Jan 17, 2025
@@ -596,7 +596,8 @@
"version_added": "12"
},
"firefox": {
"version_added": "1.5"
"version_added": "1.5",
"notes": "The repetition values `repeat-x` and `repeat-y` are not supported with `fill()`, only with `fillRect()`, see [bug 468358](https://bugzil.la/468358)."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The bug is resolved fixed. Does this mean there is a version in which this is fixed? (in which case we want an array support statement).
Or is there a better bug to link to that is still open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API size:xs [PR only] 0-6 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

api.CanvasRenderingContext2D.createPattern - repeat-x repeat-y not hendled by firefox
2 participants